home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / grabicon / readme.txt < prev    next >
Text File  |  1996-09-15  |  2KB  |  54 lines

  1. *****************************
  2. README.TXT
  3. *****************************
  4.  
  5. The GrabIconImage Visual Component is based on the TImage component with one
  6. additional property: EXEFileName. Provide an executable filename (*.exe),
  7. dynamic link library (*.dll), or Icon file (*.ico) and the image file will
  8. extract the first icon in the file.
  9.  
  10. Use this to extract icons and save them to increase your image library or
  11. display the icons of working files.
  12.  
  13. The included sample program demonstrates reading an icon from the winhelp.exe
  14. file and sving it to disk.
  15.  
  16. The Delphi Component Unit (GRABICON.DCU) is shareware. The cost is
  17. $10 US, to register it:
  18.  
  19. On Compuserve GOSWREG, Reg. ID# 9327
  20.  
  21. Send check or money order to:
  22. Software Conceptions, Inc
  23. 4352 Dobie Rd
  24. Okemos, MI 48864
  25.  
  26. internet:
  27. softcon@sojourn.com
  28.  
  29. *********************
  30. Packing List
  31. *********************
  32. GRABICON.DCR
  33. GRABICON.DCU
  34. PROJECT1.DPR
  35. PROJECT1.OPT
  36. PROJECT1.RES
  37. README.TXT
  38. UNIT1.DFM
  39. UNIT1.PAS
  40.  
  41. ***************************************************************************
  42. Caution: Make a backup copy of complib.dcl before modifying the component
  43. library file.
  44. ***************************************************************************
  45.  
  46. To add the component to the Delphi palette, select
  47. Options|Install|Add
  48.  
  49. Select the GRABICON.DCU file (ensuring the GRABICON.DCR file
  50. is in the same directory) and click Ok. This will recompile
  51. the component library file and add the component to the palette.
  52.  
  53.  
  54.